Skip to content

Bump simonsobs/nextline-graphql from v0.7.13 to v0.8.1#219

Merged
BrianJKoopman merged 1 commit into
mainfrom
dependabot/docker/simonsobs/nextline-graphql-v0.8.1
Nov 24, 2025
Merged

Bump simonsobs/nextline-graphql from v0.7.13 to v0.8.1#219
BrianJKoopman merged 1 commit into
mainfrom
dependabot/docker/simonsobs/nextline-graphql-v0.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 10, 2025

Copy link
Copy Markdown
Contributor

Bumps simonsobs/nextline-graphql from v0.7.13 to v0.8.1.

Release notes

Sourced from simonsobs/nextline-graphql's releases.

v0.8.1

What's Changed

Changes 🚀

Full Changelog: nextline-dev/nextline-graphql@v0.8.0...v0.8.1

v0.8.0

What's Changed

This release introduces three new configuration options:

NEXTLINE_GRAPHQL__MUTATION_ALLOW_ORIGINS (Security)

This option specifies the allowed origins for GraphQL Mutations. Combined with CORS settings, it provides an additional layer of control: you could allow GraphQL Queries and Subscriptions from certain origins while prohibiting Mutations.

Nextline implements all state-changing operations (starting runs, interrupting runs, and editing scripts) as GraphQL Mutations. This option lets you prohibit web sites from changing the state of Nextline while still allowing them to monitor the state with Queries and Subscriptions.

NEXTLINE_CTRL__TRACE_MODULES, NEXTLINE_CTRL__TRACE_THREADS (Tracing)

Nextline supports tracing the execution of imported Python modules in addition to the main script. Nextline also supports tracing the execution of multiple threads simultaneously. These were among the very first features of Nextline implemented in 2020. However, they have been disabled by default since Nextline v0.6.0. The two new options let you enable them from nextline-graphql.

Incidentally, Nextline supports tracing multiple asynchronous tasks. This feature has always been enabled by default.

Changes 🚀

Full Changelog: nextline-dev/nextline-graphql@v0.7.13...v0.8.0

Commits
  • 245fe3b Bump version 0.8.0 → 0.8.1
  • 44f0ff5 Merge pull request #337 from simonsobs/dependabot/pip/ci/latest/hypothesis-6....
  • cf1b127 Merge pull request #334 from simonsobs/dependabot/pip/ci/latest/strawberry-gr...
  • 55683ea Merge branch 'main' into dependabot/pip/ci/latest/hypothesis-6.142.4
  • dc93d24 Merge branch 'main' into dependabot/pip/ci/latest/strawberry-graphql-0.284.1
  • c7029e1 Merge pull request #338 from simonsobs/dev
  • f9d155b Update dependencies
  • 022ec27 Update dependencies
  • 6eea261 Support Python 3.14
  • c472992 Merge pull request #330 from simonsobs/dependabot/github_actions/actions/setu...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Nov 10, 2025
@dependabot dependabot Bot requested a review from BrianJKoopman as a code owner November 10, 2025 16:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update Docker code labels Nov 10, 2025
Bumps [simonsobs/nextline-graphql](https://github.com/simonsobs/nextline-graphql) from v0.7.13 to v0.8.1.
- [Release notes](https://github.com/simonsobs/nextline-graphql/releases)
- [Commits](nextline-dev/nextline-graphql@v0.7.13...v0.8.1)

---
updated-dependencies:
- dependency-name: simonsobs/nextline-graphql
  dependency-version: v0.8.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@BrianJKoopman BrianJKoopman force-pushed the dependabot/docker/simonsobs/nextline-graphql-v0.8.1 branch from 5ba9938 to c2bb00b Compare November 24, 2025 18:21
@BrianJKoopman BrianJKoopman merged commit f39f98c into main Nov 24, 2025
1 check passed
@dependabot dependabot Bot deleted the dependabot/docker/simonsobs/nextline-graphql-v0.8.1 branch November 24, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant